Termination Proof Script

Consider the TRS R consisting of the rewrite rule
1:    f(a,f(x,a))  → f(f(a,f(f(a,a),x)),a)
There are 4 dependency pairs:
2:    F(a,f(x,a))  → F(f(a,f(f(a,a),x)),a)
3:    F(a,f(x,a))  → F(a,f(f(a,a),x))
4:    F(a,f(x,a))  → F(f(a,a),x)
5:    F(a,f(x,a))  → F(a,a)
The approximated dependency graph contains one SCC: {3}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006